type crypto/tls.prfFunc

5 uses

	crypto/tls (current package)
		prf.go#L20: type prfFunc func(secret []byte, label string, seed []byte, keyLen int) []byte
		prf.go#L73: func prf12(hashFunc func() hash.Hash) prfFunc {
		prf.go#L90: func prfAndHashForVersion(version uint16, suite *cipherSuite) (prfFunc, crypto.Hash) {
		prf.go#L104: func prfForVersion(version uint16, suite *cipherSuite) prfFunc {
		prf.go#L183: 	prf     prfFunc